﻿2026-07-29T13:24:45.5704889Z ##[group]Run actions/checkout@v5
2026-07-29T13:24:45.5705379Z with:
2026-07-29T13:24:45.5705714Z   fetch-depth: 2
2026-07-29T13:24:45.5706095Z   repository: BigscreenVR/spt-bs-core
2026-07-29T13:24:45.5708838Z   token: ***
2026-07-29T13:24:45.5709295Z   ssh-strict: true
2026-07-29T13:24:45.5709647Z   ssh-user: git
2026-07-29T13:24:45.5710006Z   persist-credentials: true
2026-07-29T13:24:45.5710386Z   clean: true
2026-07-29T13:24:45.5710741Z   sparse-checkout-cone-mode: true
2026-07-29T13:24:45.5711148Z   fetch-tags: false
2026-07-29T13:24:45.5711486Z   show-progress: true
2026-07-29T13:24:45.5711847Z   lfs: false
2026-07-29T13:24:45.5712186Z   submodules: false
2026-07-29T13:24:45.5712538Z   set-safe-directory: true
2026-07-29T13:24:45.5712943Z   allow-unsafe-pr-checkout: false
2026-07-29T13:24:45.5713366Z ##[endgroup]
2026-07-29T13:24:45.6490366Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T13:24:45.6491966Z ##[group]Getting Git version info
2026-07-29T13:24:45.6492617Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-29T13:24:45.6493576Z [command]/usr/bin/git version
2026-07-29T13:24:45.6493994Z git version 2.43.0
2026-07-29T13:24:45.6506402Z ##[endgroup]
2026-07-29T13:24:45.6517511Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/a145fffb-8e1f-4dae-bb22-80794910cbb4' before making global git config changes
2026-07-29T13:24:45.6519146Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T13:24:45.6520830Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-29T13:24:45.6556031Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-29T13:24:45.6576280Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T13:24:45.6588111Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T13:24:45.6591564Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T13:24:45.6611584Z HEAD
2026-07-29T13:24:45.6646320Z ##[endgroup]
2026-07-29T13:24:45.6648562Z [command]/usr/bin/git submodule status
2026-07-29T13:24:45.6831867Z ##[group]Cleaning the repository
2026-07-29T13:24:45.6867711Z [command]/usr/bin/git clean -ffdx
2026-07-29T13:24:45.6905287Z [command]/usr/bin/git reset --hard HEAD
2026-07-29T13:24:45.6962856Z HEAD is now at ecbf5826 docs(cli): regenerate the CLI reference for access-refresh, and name a path that parses
2026-07-29T13:24:45.6967538Z ##[endgroup]
2026-07-29T13:24:45.6969464Z ##[group]Disabling automatic garbage collection
2026-07-29T13:24:45.6973270Z [command]/usr/bin/git config --local gc.auto 0
2026-07-29T13:24:45.6996498Z ##[endgroup]
2026-07-29T13:24:45.6997071Z ##[group]Setting up auth
2026-07-29T13:24:45.7002400Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-29T13:24:45.7028260Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-29T13:24:45.7215933Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T13:24:45.7241778Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-29T13:24:45.7429774Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T13:24:45.7455117Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-29T13:24:45.7644355Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-29T13:24:45.7674655Z ##[endgroup]
2026-07-29T13:24:45.7675458Z ##[group]Fetching the repository
2026-07-29T13:24:45.7681195Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +d8d8f0e4128aeecd03b8087a2f135e8b05d31929:refs/remotes/pull/123/merge
2026-07-29T13:24:46.3290824Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-29T13:24:46.3291787Z  * [new ref]           d8d8f0e4128aeecd03b8087a2f135e8b05d31929 -> pull/123/merge
2026-07-29T13:24:46.3310679Z ##[endgroup]
2026-07-29T13:24:46.3311377Z ##[group]Determining the checkout info
2026-07-29T13:24:46.3312401Z ##[endgroup]
2026-07-29T13:24:46.3316255Z [command]/usr/bin/git sparse-checkout disable
2026-07-29T13:24:46.3356005Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-29T13:24:46.3380605Z ##[group]Checking out the ref
2026-07-29T13:24:46.3382918Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/123/merge
2026-07-29T13:24:46.3666168Z Previous HEAD position was ecbf5826 docs(cli): regenerate the CLI reference for access-refresh, and name a path that parses
2026-07-29T13:24:46.3668241Z HEAD is now at d8d8f0e4 Merge 7f572d6df4064daa49f6c2640b4f882f7a317e6f into ecbf582622e2b3e2af6bb5a403ac5b2017ff864c
2026-07-29T13:24:46.3676018Z ##[endgroup]
2026-07-29T13:24:46.3713431Z [command]/usr/bin/git log -1 --format=%H
2026-07-29T13:24:46.3734473Z d8d8f0e4128aeecd03b8087a2f135e8b05d31929
